home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / smart_12.zip / SMART.DOC < prev    next >
Text File  |  1991-09-30  |  12KB  |  337 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.                                 SMART UTILITIES
  17.  
  18.                                   Version 1.2
  19.  
  20.  
  21.                       U S E R   D O C U M E N T A T I O N
  22.  
  23.  
  24.                    Copyright (c) 1991 by Data Software, Inc.
  25.                               All Rights Reserved.
  26.  
  27.  
  28.                          Last updated:  September, 1991
  29.  
  30.  
  31.         This file will provide you with the information necessary for
  32.         running and using the Smart Utilities, as well as information
  33.         about what SMARTDRV.SYS is and how to use it.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.           Smart Utilities v1.2        User Documentation       i
  56.  
  57.  
  58.           [SMARTDrive is a registered trademark of Microsoft Corp.]
  59.  
  60.  
  61.                                   Contents
  62.  
  63.  
  64.              1  Part 1:  Program Information . . . . . . . . .1
  65.                 1A  What is SMARTDRV.SYS?. . . . . . . . . . .1
  66.                 1B  What is Smart Utilities? . . . . . . . . .2
  67.                 1C  Program Commands . . . . . . . . . . . . .3-4
  68.                 1D  Author/Publisher Information . . . . . . .4
  69.              2  Part 2:  Registering Information . . . . . . .5
  70.                 2A  The Shareware Concept. . . . . . . . . . .5
  71.                 2B  How to Register. . . . . . . . . . . . . .5
  72.                 2C  Benefits of Registering. . . . . . . . . .5
  73.                 2D  Miscellaneous. . . . . . . . . . . . . . .5
  74.  
  75.           1  Part 1:  Program Information:
  76.  
  77.           1A What is SMARTDRV.SYS?
  78.  
  79.              If your compter has a hard disk drive with extended or
  80.              expanded memory and Microsoft DOS version 5 or 4, you can
  81.              use the device command and a "smart drive" device driver
  82.              named SMARTDRV.SYS to turn part of this additional memory
  83.              into a rapid access storage area known as a disk cache.
  84.              A disk cache speeds up your system because information
  85.              that your computer reads from disk into memory remains in
  86.              the cache.  Your computer doesn't have to re-access the
  87.              disk every time you need to retrieve information, thereby
  88.              reducing the amount of time it takes for your computer to
  89.              access the data.  The command line form of the device
  90.              driver to create the disk cache in your CONFIG.SYS file
  91.              is:   device=smartdrv.sys <size> <minisize> /A
  92.  
  93.              SMARTDRV.SYS is the name of the file that contains the
  94.              device driver program. If the program is not in the root
  95.              directory of the current disk, precede the name with a
  96.              drive and path, i.e. C:\DOS\SMARTDRV.SYS
  97.  
  98.              The <size> is the size you want the cache to be in
  99.              kilobytes.  It can be any value from 128 to 8192 (8
  100.              megabytes).  If you do not specify a number, SMARTDRV.SYS
  101.              defaults to 256K.  When the cache is created, DOS rounds
  102.              the number you selected to the nearest multiple of 16, so
  103.              if there is not enough memory to create the size cache
  104.              you specified, then SMARTDRV.SYS creates a smaller one
  105.              using the maximum amount it can as close to what you
  106.              requested.  The <minisize> is the minimum size you want
  107.              your cache to be.  This does not have to be specified.
  108.              (NOTE:  To use the SMART UTILITIES v1.2, you should not
  109.              set a minimum cache size).
  110.  
  111.  
  112.          Smart Utilities v1.2        What is SMARTDRV.SYS       1
  113.  
  114.  
  115.  
  116.              The /A command creates the cache in expanded memory.
  117.              SMARTDRV.SYS defaults to extended memory unless you use
  118.              this command.  If your system uses both, choose the one
  119.              that is larger on your system.  If they are the same,
  120.              then the best way is to omit the /A and create the cache
  121.              in extended memory.  Please note that since the
  122.              SMARTDRV.SYS program uses either extended or expanded
  123.              memory, then the command line in your CONFIG.SYS file for
  124.              the SMARTDRV.SYS should appear after the command that
  125.              identifies your extended or expanded memory manager.
  126.              Also, when you specify the size, leave enough memory for
  127.              other programs that also run in extended or expanded
  128.              memory.  If you're not certain how much of this memory
  129.              you have (or have available), use the MEM command to ask
  130.              DOS to report your memory usage.
  131.  
  132.              For any additional information concerning the use of
  133.              SMARTDRV.SYS, consult your DOS manual.
  134.  
  135.  
  136.           1B What is Smart Utilities?
  137.  
  138.              Smart Utilities is a set of utilities to use with the
  139.              SMARTDRV.SYS disk cache that comes with MS-DOS versions 4
  140.              and 5.  Since the program is loaded through your
  141.              CONFIG.SYS file at boot-up, the only way you have been
  142.              able to change the size of your cache or disable it was
  143.              to edit your CONFIG.SYS file and re-booting.  Not
  144.              anymore!  With these utilites, you can clear your cache
  145.              of all existing data, enable/disable the SMARTDRV.SYS,
  146.              reduce/increase the cache size, or simply display the
  147.              current status of your cache, all straight from the
  148.              command line prompt!
  149.  
  150.  
  151.                 *** IMPORTANT NOTE ***
  152.  
  153.                 To use the Smart Utilities, you SHOULD NOT set a minimum cache
  154.                 size!  See 1A What is SMARTDRV.SYS for more information.
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.           Smart Utilities v1.2        What is Smart Utilities       2
  167.  
  168.  
  169.  
  170.           1C Program Commands
  171.  
  172.              To use the program, just type "Smart" at the command line
  173.              prompt.  You will see a help screen like this:
  174.  
  175.  
  176.              Usage:  SMART [OPTIONS]  [SIZE]
  177.  
  178.                 Valid Options:
  179.                      [F]lush
  180.                      [D]isable
  181.                      [E]nable
  182.                      [R]educe
  183.                      [I]ncrease
  184.                      [DI] Display Information
  185.  
  186.                 Examples:
  187.                  SMART I 1024  - increases the cache by 1024K
  188.                  SMART DI      - displays current status
  189.  
  190.  
  191.              The commands are self-explanatory, but here is a list of
  192.              possible commands:
  193.  
  194.                    SMART F - This will flush the disk cache buffer; it clears
  195.                              all of the current information in your cache,
  196.                              making room for new information to be stored
  197.                              there.
  198.  
  199.                    SMART D - This will disable the SMARTDRV.SYS cache, which
  200.                              is necessary for some programs, etc.
  201.  
  202.                    SMART E - This allows you to enable SMARTDRV.SYS after it
  203.                              has been disabled as shown above.
  204.  
  205.                  SMART R X - This will reduce the size of your cache by
  206.                              whatever number you put in place of "x".  This
  207.                              number can be any number from 1 up to the full
  208.                              size of your cache.
  209.  
  210.                  SMART I X - This command increases the size of your cache
  211.                              by whatever number you put in place of "x".
  212.                              This number can be from 1 to the highest
  213.                              possible cache size you can have (that you put
  214.                              in your CONFIG.SYS).
  215.  
  216.                   SMART DI - This will show you the current status of your
  217.                              cache (whether it is enabled or not, what size
  218.                              it is, the cache hit rate, etc.)
  219.  
  220.  
  221.  
  222.           Smart Utilities v1.2        Program Commands           3
  223.  
  224.  
  225.  
  226.              Each time you enter one of these commands, you will be shown a
  227.              screen that shows the status of your cache after the command
  228.              was issued.  This screen gives the status